home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xtartan-2.0 / tartcursor.h < prev    next >
Text File  |  1995-05-24  |  687b  |  18 lines

  1. #define tartcursor_width 16
  2. #define tartcursor_height 16
  3. #define tartcursor_x_hot 7
  4. #define tartcursor_y_hot 7
  5. static char tartcursor_bits[] = {
  6.    0x14, 0x45, 0x08, 0x22, 0x14, 0x45, 0x5d, 0x77, 0xbe, 0xef, 0x5d, 0x77,
  7.    0x14, 0x45, 0x08, 0x22, 0x14, 0x45, 0x5d, 0x77, 0xbe, 0xef, 0x5d, 0x77,
  8.    0x14, 0x45, 0x08, 0x22, 0xbe, 0xef, 0x08, 0x22};
  9.  
  10. #define tartmask_width 16
  11. #define tartmask_height 16
  12. #define tartmask_x_hot -1
  13. #define tartmask_y_hot -1
  14. static char tartmask_bits[] = {
  15.    0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
  16.    0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
  17.    0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
  18.